ButtonImagePosition Property
Specifies the location of an image relative to the text of a control.
The defined values are:
- bottom: image is placed below the text.
- center: image centered relative to the text.
- end: image is placed after the text.
- start: image is placed before the text.
- top: image is placed above the text.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public ImagePosition ImagePosition { get; set; }
Public Property ImagePosition As ImagePosition
Get
Set
Property Value
ImagePosition